From 7e8703918bbb9c27a9d7f6c8550f856b3555b0e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 May 2014 07:24:18 -0400 Subject: [PATCH] Small documentation fixes Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=729461 --- gtk/gtkapplication.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 7333c1d878..c6f4795912 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -1291,7 +1291,7 @@ gtk_application_get_menubar (GtkApplication *application) /** * gtk_application_inhibit: - * @application: the #GApplication + * @application: the #GtkApplication * @window: (allow-none): a #GtkWindow, or %NULL * @flags: what types of actions should be inhibited * @reason: (allow-none): a short, human-readable string that explains @@ -1340,7 +1340,7 @@ gtk_application_inhibit (GtkApplication *application, /** * gtk_application_uninhibit: - * @application: the #GApplication + * @application: the #GtkApplication * @cookie: a cookie that was returned by gtk_application_inhibit() * * Removes an inhibitor that has been established with gtk_application_inhibit(). @@ -1361,7 +1361,7 @@ gtk_application_uninhibit (GtkApplication *application, /** * gtk_application_is_inhibited: - * @application: the #GApplication + * @application: the #GtkApplication * @flags: what types of actions should be queried * * Determines if any of the actions specified in @flags are -- 2.30.2